@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
body {
	background-color: #B5E61D;
	border: 0px solid black; 
}
header {
	background-color: #FFFFFF;
	border-top: 0.1px solid black;
	border-right: 0.1px solid black;
	border-left: 0.1px solid black;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
}
article {
	background-color: #FFFFFF;
	border-right: 0.1px solid black;
	border-left: 0.1px solid black;
	border-bottom: 0.1px solid black;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 10px;
}
nav {
	background-color: #EFE4B0;
	border: 0.1px solid black;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.0em;
}
a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
	border-right: 0.1px solid black;
}
footer {
	background-color: #99D9EA;
	border-right: 0.1px solid black;
	border-left: 0.1px solid black;
	border-bottom: 0.1px solid black;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	padding: 10x;
}
#wrapper {
	width: 900px;
	margin: auto;
}